﻿
.image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.image-gallery img {
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px #aaa;
}


/* Outer blue background */
.blue-section {
    background-color: #0d6efd; /* Bootstrap blue */
    padding: 40px 0;
}

/* Inner white content box */
.white-box {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Make tables responsive */
table {
    max-width: 100%;
}

/* Optional: center tables */
table {
    margin: auto;
}

h3, h5 {
    border-bottom: 2px solid #fd7e14;
    padding-bottom: 6px;
}


.mySwiper {
    width: 600px; /* FIXED WIDTH */
    height: 400px; /* FIXED HEIGHT */
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* keeps aspect ratio, fills box */
        border-radius: 8px;
    }


.sd-template-five .sd-photo-grid-full {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.sd-template-five .sd-photo-grid-full div img {
    border-radius: 3px;
    border-radius: 3px;
    height: 430px;
    width: 500px;
    border-radius: 0.25rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
}

.sd-template-five {
    padding: 0 40px 30px;
    display: flex;
    flex-direction: column;
    font-family: "Proxima Nova Alt", sans-serif;
    background-color: antiquewhite;
    gap: 15px;
}




img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

.divimg {
    padding: 5px 5px
}

